All Questions
Tagged with springframeworks
8 questions
5votes
1answer
722views
IEC 62304, Are Software Frameworks (Spring/JEE/Angular/React) considered SOUP?
Im working on the implementation of an IEC 62304 compliant development process in our company and I have a question considering SOUP (Software of unknown Provenance). Our goal is the develop a web ...
5votes
3answers
1kviews
Does the use of frameworks make it unnecessary to learn design patterns?
I don't want to say that is not necessary knowing design patterns. I just want to tell you my experience. I've used Spring frameworks for four years and another frameworks (JSF, Mybatis, Hibernate, ...
6votes
3answers
24kviews
Difference between an architecture and a framework [closed]
A terminology question appeared when I was comparing EJB 3 and Spring. Wikipedia says that Enterprise JavaBeans (EJB) is a managed, server-side component architecture for modular construction of ...
1vote
1answer
630views
Implementing an interface from a framework vs simple java interface
This concept is unclear with me. I have worked on several frameworks for an instance Spring. To implement a feature we always implement some interfaces provided by the framework. For an instance if ...
8votes
1answer
6kviews
How to choose between lightweight or heavyweight framework for web application [closed]
In my current role as a software developer in a Java/Spring/Hibernate/JSF shop, I am sometimes asked to develop large-scale web apps with many interfacing systems and/or large databases as well as ...
3votes
2answers
1kviews
Need advice on framework design: how to make extending easy
I'm creating a framework/library for a rather specific use-case (data type). It uses diverse spring components, including spring-data. The library has a set of entity classes properly set up and ...
1vote
1answer
4kviews
Spring MVC vs raw servlets and template engine? [duplicate]
Possible Duplicate: Why not Spring framework? I've read numerous articles about the Spring MVC framework, and I still can't see the benefits of using it. It looks like writing even a simple ...
263votes
7answers
299kviews
What does the Spring framework do? Should I use it? Why or why not?
So, I'm starting a brand-new project in Java, and am considering using Spring. Why am I considering Spring? Because lots of people tell me I should use Spring! Seriously, any time I've tried to get ...